home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / misc / guienv374.lha / GUIEnvironment / Install.script < prev    next >
Text File  |  1994-10-28  |  634b  |  34 lines

  1.  
  2. ; Script file to install guienv.library
  3.  
  4. FailAt 20
  5.  
  6. Echo "*nGUIEnvironment Installation Script*n"
  7. Version >NIL: LIBS:guienv.library
  8. If NOT ERROR
  9.     Echo "Version of guienv.library already installed:"
  10.     Version LIBS:guienv.library
  11.     Echo ""
  12. EndIf
  13.  
  14. Ask "Install guienv.library version (37.4) ?"
  15. If NOT WARN
  16.     Skip Aborted
  17. EndIf
  18.  
  19. Copy libs/guienv.library LIBS:guienv.library CLONE
  20. Echo "*nguienv.library copied to your Libs: directory."
  21.  
  22. Echo "Installation complete.*n"
  23. Echo "See the installation guide for your prefered compiler for more information.*n"
  24. Skip END
  25.  
  26. Lab ABORTED
  27.  
  28. Echo "*nInstallation aborted!*n"
  29.  
  30. Lab END
  31.  
  32. Wait 5
  33. EndCLI >NIL:
  34.